Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.convert.commandexecutor.imagemagick--command

This contribution is part of XML component org.nuxeo.ecm.platform.convert.commandexecutor.imagemagick inside nuxeo-platform-convert-6.0.jar

Extension Point

Extension point command of component CommandLineExecutorComponent.

Contributed Items

  • <command enabled="true" name="pdftoimage">
          <commandLine>convert</commandLine>
          <parameterString>-quiet #{sourceFilePath} #{targetFilePath}</parameterString>
          <installationDirective>You need to install ImageMagick.</installationDirective>
        </command>

XML Source

<extension point="command" target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent">

    <command enabled="true" name="pdftoimage">
      <commandLine>convert</commandLine>
      <parameterString>-quiet #{sourceFilePath} #{targetFilePath}</parameterString>
      <installationDirective>You need to install ImageMagick.</installationDirective>
    </command>

  </extension>